-
-
Notifications
You must be signed in to change notification settings - Fork 302
fix: duration args not work on enter animation and exit animation whe… #716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
ADKcodeXD
wants to merge
1
commit into
OpenWebGAL:dev
from
ADKcodeXD:701-changebg-changefigure-args-duration-not-work
Closed
fix: duration args not work on enter animation and exit animation whe… #716
ADKcodeXD
wants to merge
1
commit into
OpenWebGAL:dev
from
ADKcodeXD:701-changebg-changefigure-args-duration-not-work
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
@HardyNLee 请验证 |
MakinoharaShoko
approved these changes
Jun 12, 2025
Contributor
|
一个问题, 退场动画完全失效 label:loop;
changeBg:bg.png;
changeBg:none;
changeFigure:stand.png;
changeFigure:none;
jumpLabel:loop; |
6f923aa to
19e2a4f
Compare
Author
已修复 测试脚本 label:start;
changeBg:WebGAL_New_Enter_Image.png -duration=0;
changeBg:bg.png -duration=0;
changeBg:WebGAL_New_Enter_Image.png;
changeBg:bg.png;
changeFigure:stand.png;
changeFigure:none;
changeFigure:stand.png -duration=0;
changeFigure:none -duration=0;
changeFigure:stand.png -transform={"position": {"x": 500,"y": 0}} -duration=0;
changeFigure:none -transform={"position": {"x": 500,"y": 0}} -duration=0;
changeFigure:stand.png -transform={"position": {"x": 500,"y": 0}};
changeFigure:none -transform={"position": {"x": 500,"y": 0}};
jumpLabel:start; |
Contributor
|
立绘或背景从非 alpha 1 状态下退场时, alpha 被强制设为 1 再进行退场动画 label:loop;
changeBg:bg.png -transform={ "alpha":0.5 } -next;
changeFigure:stand.png -transform={ "alpha":0.5 };
changeFigure:none;
changeBg:none;
jumpLabel:loop;立绘或背景退场时, 鼠标点击 旧立绘/背景的退场动画不会被强制完成 label:loop;
changeFigure:stand.png -duration=200;
changeFigure:none -duration=10000;
: 用鼠标触发提前执行此句|按理说现在退场动画要被强制完成
changeFigure:stand.png -duration=200;
changeFigure:stand2.png -duration=10000; 在这里点击鼠标, 旧立绘退场动画不会被立刻完成
jumpLabel:loop; |
…n using changeBg and changeFigure OpenWebGAL#701
19e2a4f to
c3f0a77
Compare
Contributor
不好意思, 这点不是您的问题, 在此 PR 前此问题也存在 |
Member
一开始设计的时候,退场动画被认为没必要强制完成(默认的进场动画甚至也是),目前应该是把进场改了,退场还没想到解决方案。 但是这应该和本 PR 无关,请确认本 PR 是否已符合预期。 |
Contributor
|
问题: 退场动画仍以出场时的状态为初始状态退场 label:loop;
;
changeBg:bg.png -transform={ "alpha":1 } -next;
changeFigure:stand.png -transform={ "alpha":1 };
setTransform: { "position":{ "x":500 }, "alpha":0.5 } -target=fig-center;
setTransform: { "alpha":0.5 } -target=bg-main;
changeFigure:none;
changeBg:none;
;
jumpLabel:loop; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#701